home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / apel / file-detect.el.z / file-detect.el
Encoding:
Text File  |  1998-05-21  |  1.3 KB  |  39 lines

  1. ;;; file-detect.el --- Path management or file detection utility
  2.  
  3. ;; Copyright (C) 1996,1997 Free Software Foundation, Inc.
  4.  
  5. ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
  6. ;; Version: $Id: file-detect.el,v 7.1 1997/11/08 07:40:52 morioka Exp $
  7. ;; Keywords: file detection, install, module
  8. ;; Status: obsoleted
  9.  
  10. ;; This file is part of APEL (A Portable Emacs Library).
  11.  
  12. ;; This program is free software; you can redistribute it and/or
  13. ;; modify it under the terms of the GNU General Public License as
  14. ;; published by the Free Software Foundation; either version 2, or (at
  15. ;; your option) any later version.
  16.  
  17. ;; This program is distributed in the hope that it will be useful, but
  18. ;; WITHOUT ANY WARRANTY; without even the implied warranty of
  19. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  20. ;; General Public License for more details.
  21.  
  22. ;; You should have received a copy of the GNU General Public License
  23. ;; along with GNU Emacs; see the file COPYING.  If not, write to the
  24. ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  25. ;; Boston, MA 02111-1307, USA.
  26.  
  27. ;;; Commentary:
  28.  
  29. ;;    This file is existed only for compatibility.  Please use
  30. ;;    path-util.el instead of this file.
  31.  
  32. ;;; Code:
  33.  
  34. (require 'path-util)
  35.  
  36. (provide 'file-detect)
  37.  
  38. ;;; file-detect.el ends here
  39.